Dew Stats for .NET
|
Calculate parameters for uniformly distributed values.
Parameters |
Description |
[In] TVec X |
Stores data which is assumed to be uniformly distributed. |
out double low |
Return uniform distribution parameter estimator Low. |
out double high |
Return uniform distribution parameter estimator High. |
ref double[] PCILow |
Low (1-Alpha)*100 percent confidence interval. |
ref double[] PCIHigh |
High (1-Alpha)*100 percent confidence interval. |
double Alpha |
Confidence interval percentage. |
RandomUniform, UniformStat
The following example generates 100 random uniformly distributed values and then uses UniformFit routine to extract used Low and High parameters
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|